func path/filepath.matchChunk
3 uses
path/filepath (current package)
match.go#L57: t, ok, err := matchChunk(chunk, name)
match.go#L72: t, ok, err := matchChunk(chunk, name[i+1:])
match.go#L122: func matchChunk(chunk, s string) (rest string, ok bool, err error) {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)